projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad432c1
)
Bump sh-imenu-generic-expression defcustom version
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 11 Jun 2022 16:13:06 +0000
(18:13 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 11 Jun 2022 16:13:27 +0000
(18:13 +0200)
* lisp/progmodes/sh-script.el (sh-imenu-generic-expression): Bump
the :version since we changed the value.
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 04f65b8dcad846c28e6ac0fec3f17ce548f7b023..75758fd39a2c89533e52e2cb5e08a7719ea17721 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-319,7
+319,7
@@
See `sh-feature' and `imenu-generic-expression'."
:value-type
(repeat :tag "Regexp, index..." sexp)))
:group 'sh-script
- :version "2
0.4
")
+ :version "2
9.1
")
(defun sh-current-defun-name ()
"Find the name of function or variable at point.